projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11b57bf
)
(rmail-summary-goto-msg): Fix bug in earlier change.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 5 Apr 1994 21:54:51 +0000
(21:54 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 5 Apr 1994 21:54:51 +0000
(21:54 +0000)
lisp/mail/rmailsum.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmailsum.el
b/lisp/mail/rmailsum.el
index 69c31922d2760ef9ebc721ca5ca76f0ec3974c80..b85486b620ea71dff429d6dbfbbf3d638a99155a 100644
(file)
--- a/
lisp/mail/rmailsum.el
+++ b/
lisp/mail/rmailsum.el
@@
-770,8
+770,6
@@
Commands for sorting the summary:
;; Otherwise, don't highlight anything.
(if message-not-found
(overlay-put rmail-summary-overlay 'face nil)
- (move-overlay rmail-summary-overlay
- (save-excursion (beginning-of-line) (1+ (point))))
(move-overlay rmail-summary-overlay
(save-excursion (beginning-of-line) (1+ (point)))
(save-excursion (end-of-line) (point)))